xconv

USAGE: xconv inimg outimg [-f filter_file] [-g len] [-L]

xconv convolves an image with a kernel;
kernels may be read from a filter file; Gaussian
kernels of any length can be generated automatically.

ARGUMENTS:
    inimg: intput image filename (TIF)
   outimg: output image filename (TIF)

OPTIONS:
  -f filter_file: filename for filter to use (ASCII)
          -g len: use 2-D Gaussian filter of length len
                  NOTE: either -f or -g must be specified
              -L: print Software License for this module

 
 
 
 

Example:

xconv adultnuc_1.tif adultnuc_1c.tif -g 11

adultnuc_1.tif:

adultnuc_1c.tif:

FOR
xconv adultnuc_1.tif adultnuc_1s.tif -f sobel2.txt

adultnuc_1s.tif:

Copyright (C) 1999 MLMSoftware Group, LLC.